From e9c2ecf2c6a5d29b92dcc4e57d290bc0cfde4cc2 Mon Sep 17 00:00:00 2001 From: Debian GPS team Date: Thu, 3 Jul 2025 23:03:32 +0000 Subject: [PATCH] Disable-donation-nagging Gbp-Pq: Name Disable-donation-nagging --- gui/babeldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/babeldata.h b/gui/babeldata.h index 7c78ac5e9..86380cfe0 100644 --- a/gui/babeldata.h +++ b/gui/babeldata.h @@ -154,7 +154,7 @@ public: bool reportStatistics_{false}; bool allowBetaUpgrades_{false}; bool ignoreVersionMismatch_{true}; - bool disableDonateDialog_{false}; + bool disableDonateDialog_{true}; QDateTime donateSplashed_; }; #endif -- 2.30.2